ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Sunburst<T> Class / SelectedIndex Property

In This Topic
    SelectedIndex Property (Sunburst<T>)
    In This Topic
    Gets or sets the index of the selected slice.
    Syntax
    'Declaration
     
    
    <JsonAttribute(-2)>
    Public Property SelectedIndex As Integer
    [Json(-2)]
    public int SelectedIndex {get; set;}
    See Also